Package com.cisco.pt.ipc.sim
Interface ZonePair
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
ZonePairImpl
Information provided by the PKI file:
\class ZonePair
\brief ZonePair holds and manipulates information about the configured zone pairs.
\example network().getDevice("Router0").getProcess("ZfwProcess").getZonePairEntryAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidsetDestZone(String name) Information provided by the PKI file:voidsetPolicyMap(String name) Information provided by the PKI file:voidsetSrcZone(String name) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getSrcZone
String getSrcZone()Information provided by the PKI file:
\brief Returns the source zone in the zone pair. \return string, the source zone in the zone pair.- Returns:
- String Returns a String
-
getDestZone
String getDestZone()Information provided by the PKI file:
\brief Returns the destinaton zone in the zone pair. \return string, the destinaton zone in the zone pair.- Returns:
- String Returns a String
-
setSrcZone
Information provided by the PKI file:
\brief Sets the source zone. \param name, the name of the source zone.- Parameters:
name- Takes in a parameter of name
-
setDestZone
Information provided by the PKI file:
\brief Sets the destinaton zone. \param name, the name of the destinaton zone.- Parameters:
name- Takes in a parameter of name
-
getPolicyMap
String getPolicyMap()Information provided by the PKI file:
\brief Returns the name of the policy map for this zone pair. \returns string, the name of the policy map for this zone pair.- Returns:
- String Returns a String
-
setPolicyMap
Information provided by the PKI file:
\brief Sets the name of the policy map for this zone pair. \param name, the name of the policy map for this zone pair.- Parameters:
name- Takes in a parameter of name
-